home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: in1.uu.net!world!dougb
- From: dougb@world.std.com (doug a blaisdell)
- Subject: C Function Calling Graph Generators
- Message-ID: <DM488x.Fw@world.std.com>
- Keywords: Function graphs
- Organization: The World Public Access UNIX, Brookline, MA
- X-Newsreader: TIN [version 1.2 PL2]
- Date: Thu, 1 Feb 1996 21:12:32 GMT
-
- Hello out there!
-
- Is anyone aware of a tool which will, given some C source
- files, generate a graph which illlustrates the calling
- relationships between them, eg:
-
- main -> promptuser() -> sendprompt()
- -> getdata()
- -> process() -> parse()
- -> checksyntax()
- -> querydb()
- -> showresult()
- -> exit()
-
- I know that fancy packages like ObjectCenter have such
- tools, and I wonder if there was something in the
- public domain, as well.
-
- Cheers,
- Doug Blaisdell
-
-